Create Screen Writer
Command Prototype
objWindow = PrintToScreen.CreateWindow(objRect,bResize)
Command Description
Creates an object to write texts to the screen
Parameter Description
- Required Parameter
- objRect--The area of the screen the screen writer can write to, specified by a dictionary {"width":number, "height":number, "x":number, "y":number}
- bResize--Whether to adjust the writer's screen area as the display resolution changes
- return
- objWindow--Returns a screen writer object